home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1997 February / Software of the Month Club 1997 February.iso / pc / dos / edu / calc / equ_root.bat < prev    next >
Encoding:
DOS Batch File  |  1996-10-28  |  137 b   |  6 lines

  1. rem finding a root of equation:   sin(x)=0  in an interval x=(3,4)
  2. calc x = {-10,10,0.1}
  3. calc y = sin(x)
  4. calc Root(y,3,4)
  5. calc _/Pi
  6.